Einhugur OpenDocument Text Plugin for Xojo

DrawFrame.AutoStyle Property

Returns object for automatic styling for the DrawFrame.

AutoStyle as EinhugurODT.AutomaticGraphicStyle {Read}

Remarks

If the Paragraph is linked to non automatic style then the Automatic style object will read from it. And if writing to it then a automatic style will automatically be created under the hood.

The AutomaticStyle property has aggressive caching under the hood so you do not need to fetch the object into variable and then use it many times.

See Also

DrawFrame Class